Get the position in the ISO 646 collating sequence of a varying string character
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(varying_string), | intent(in) | :: | c |
elemental function iachar_ (c) result (i) type(varying_string), intent(in) :: c integer :: i i = IACHAR(char(c)) ! Finish return end function iachar_